wayland: Fix key repeat
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Mar 2013 21:43:50 +0000 (17:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Mar 2013 21:43:50 +0000 (17:43 -0400)
commit6c191b939dca9aa9e3bdb4729ceafa1781cf55b0
tree50a517d3295c0a35aedec119dbe103bfc58650c9
parent5568dcb53c3a322b8399dc520fb539985814f451
wayland: Fix key repeat

Key repeat under X is not affected by modifiers. And on some systems
(e.g my Thinkpad), NumLock is permanently on, rendering key repeat
nonfunctional. This commit changes the Wayland backend to do
key repeat regardless of modifiers.
http://bugzilla.gnome.org/show_bug.cgi?id=695497
gdk/wayland/gdkdevice-wayland.c